GetTimeSteps Interface

public interface GetTimeSteps

Module Procedures

private function GetTimeStepsFromNCid(ncId) result(steps)

given ncId of a multidimensional net-cdf file the GetTimeStepsFromNCid function returns the number of time steps

Arguments

Type IntentOptional Attributes Name
integer(kind=short), intent(in) :: ncId

NetCdf Id for the file

Return Value integer(kind=short)

private function GetTimeStepsFromFile(filename) result(steps)

given filename of a multidimensional net-cdf file the GetTimeStepsFromFile function returns the number of time steps

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename

Return Value integer(kind=short)